﻿body,ol,ul,h1,h2,h3,h4,h5,h6,p,pre,th,td,dl,dd,form,fieldset,legend {
    margin: 0;
    padding: 0;
    font-weight: normal
}

a,a:visited,a:hover,a:focus {
    color: inherit;
    text-decoration: none
}

.pointer{
    cursor: pointer;
}

.main_color{
    color: #0050d2;
}

.clearfix {
    *zoom: 1
}

.clearfix:after,.clearfix:before {
    content: ' ';
    display: table
}

.clearfix:after {
    clear: both
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.pull-left {
    float: left;
    margin-right: 5px
}

.pull-right {
    float: right;
    margin-left: 5px
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体;
    line-height: 1.6;
    color: #333;
    background: #f5f5f5;
    -webkit-text-size-adjust: 100%;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

b,strong {
    font-weight: 700!important
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

.layout {
    width: 1200px;
    margin: 0 auto
}

.friends .tit {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 10px
}

.friends .tit span {
    display: block;
    float: left;
    line-height: 40px;
    color: #f39800;
    padding: 0 15px;
    border-bottom: 2px solid #f39800
}

.friend_link {
    width: 1200px;
    background: #fff;
    margin: 25px auto 0;
    border: 1px solid #cdcdcd;
    padding: 22px 18px 28px 18px;
    box-sizing: border-box;
}

.friend_link .friend_link_title{
    color: #000;
    font-size: 18px;
    margin-bottom: 18px;
}

.friend_link .friend_link_box > a {
    display: inline-block;
    padding:3px;
    font-size:13px;
}

.friend_link .friend_link_box > a:hover {
    color:#0050d2;
    font-weight: bold;
}

.footer {
    margin-top: 75px;
    background: #303030 !important;
    font-size: 12px;
    color: #818181;
    line-height: 34px;
    padding-bottom: 0;
}

.footer-em {
    color: white;
    font-size: 16px
}

.foot1 {
    width: 1136px;
    margin: 0 auto;
    border-bottom: 1px solid #818181;
    text-align: left;
    padding-left: 20px;
    vertical-align: top;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px
}

.footer .foot3{
    text-align:center;
    background-color:#4e4e4e;
    padding:5px 0 5px 0;
}
.footer .foot3>a,
.foot2 .footA{
    color:#818181;
}
.footer .foot3>a:hover,
.foot2 .footA:hover{
    color:#fff;
}

.foot-qrcode {
    white-space: nowrap
}

.foot-qrcode>div {
    display: inline-block;
    text-align: center;
    margin-right: 26px
}

.foot2 {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    width: 1200px;
    overflow: hidden;
}

.foot2 .con-left {
    float: left
}

.foot2 .con-right {
    float: right
}

.title1,.title2 {
    line-height: 1.4;
    text-align: center;
    color: #0162c9
}

.title1 {
    font-size: 47px;
    font-weight: bold
}

.title2 {
    font-size: 30px
}

.common-header {
    font-size: 14px;
    color: #3e3a39;
    background: white;
}

.common-header .login-nav {
    margin-right: -5px
}

.common-header .login-nav>a {
    margin: 0 5px
}

.common-header .login-nav>a.btn-link {
    display: inline-block;
    padding: 0 10px;
    color: white;
    background: #f39800
}

.common-header .header-top {
    font-size: 14px;
    color: #3e3a39;
    line-height: 33px;
    border-bottom: 1px solid #ddd
}

.common-header .header-top .code {
    color: #000;
    font-size:13px;
    font-weight:bold;
}

.common-header .header-bottom {
    padding: 7px 0 5px;
    background:#f5f5f5;
    box-sizing: border-box;
}

.header-bottom{
    position:relative;
    height:84px;
}

.common-header .header-menu {
    width: 100%;
    height: 50px;
    background-color: #0050d2;
    color: #fff;
    position:relative;
}

.common-header .header-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
}

.common-header .header-menu .header-menu-fl {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common-header .header-menu .search_wrap {
    width: 143px;
    height: 32px;
    background: rgba(255,255,255,0.35);
    border-radius: 16px;
    transition: all 0.5s;
}

.common-header .header-menu .search_wrap .btn_show{
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.common-header .header-menu .search_wrap.show{
    width: 290px;
    background: #fff;
}

.common-header .header-menu .search_wrap.show .btn_show,
.common-header .header-menu .search_wrap .input_show{
    display: none;
}

.common-header .header-menu .search_wrap .btn_show .txt{
    padding-bottom: 2px;
}

.common-header .header-menu .search_wrap.show .input_show{
    display: flex;
    align-items: center;
}

.common-header .header-menu .search_wrap .input_show .select_type{
    width: 52px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px 0 15px;
    color: #0050D2;
    border-right: 1px solid #ddd;
    flex-shrink: 0;
    cursor: pointer;
}

.select_type_dialog{
    margin: 6px 0!important;
}

.common-header .header-menu .search_wrap .input_show .search_input{
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 8px;
    border: 0;
}

.common-header .header-menu .search_wrap .input_show .search_btn{
    width: 46px;
    height: 32px;
    line-height: 32px;
    color: #0050D2;
    border: 0;
    background: #fff;
    border-radius: 0 16px 16px 0;
    flex-shrink: 0;
    cursor: pointer;
}

.common-header .header-menu .header-menu-fl .menu-href>a {
    display: inline-block;
    color: #fff;
    padding: 15px 18px;
    font-weight:bold;
    line-height: 20px;
}

.common-header .header-menu .header-menu-fl .menu-href>a.active {
    background-color: #4c82dd
}

.common-header .header-menu .header-menu-fl .menu-href>a.select {
    background-color: #0A40E2
}

.common-header .header-menu .header-menu-fl .menu-href>a:hover {
    background-color: #4c82dd
}

.common-header .header-nav {
    font-size: 16px;
    color: #b5b5b6;
}
.header-nav{
    position: absolute;
    left: 50%;
    margin-left: -268px;
}

.common-header .header-nav>a {
    display: inline-block;
    color: #3e3a39
}

.common-header .header-nav>a+a {
    margin-left: 12px;
}

.common-header .header-nav>a.active {
    color: #0050d2
}

.common-header .header-nav>a.select {
    color: #f39800
}

.common-header .header-nav>a:hover {
    color: #0050d2
}

.common-header .logo {
    width: 140px;
    height: 70px;
    overflow: hidden;
    margin-left: 12px;
}

.common-header .logo>* {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -999em;
    background: url("/static/img/2023/logo.png") center no-repeat
}

.blue-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 64px;
    background-color: #0050d2;
    box-sizing: border-box;
    font-size: 0;
    z-index: 30
}

.blue-header.none {
    display: none
}

.blue-header .content {
    position: absolute;
    left: 50%;
    margin-left: -720px;
    display: inline-block;
    box-sizing: border-box;
    width: 1440px;
    height: 100%
}

.blue-header .content .logo {
    position: absolute;
    left: 40px;
    top: 12px;
    background: url("/static/img/2023/logoWhiteNew.png") no-repeat;
    background-size: 130px 40px;
    width: 139px;
    height: 45px
}

.blue-header .content .city-name {
    position: relative;
    left: -28px
}

.blue-header .content .selectedStation {
    position: absolute;
    left: 240px;
    top: 20px;
    font-size: 16px;
    color: white;
    font-weight: 100
}

.blue-header .content nav {
    position: absolute;
    top: 0;
    left: 280px;
    font-size: 0;
    font-weight: 600;
    font-family: "Microsoft YaHei";
    color: white;
    height: 64px;
    line-height: 64px
}

.blue-header .content nav a {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    width: auto;
    font-size: 14px;
    text-align: center;
    padding: 0 14px
}

.blue-header .content nav a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 72px;
    background: url("/static/suobo/style/images/careertalk2018/line-header.png") right center no-repeat;
    background-size: 2px 22px
}

.blue-header .content nav a.current,.blue-header .content nav a:hover {
    background: #f6ab00
}

.blue-header .content nav a.current:after,.blue-header .content nav a:hover:after {
    background: none
}

.blue-header .content nav a.current:before,.blue-header .content nav a:hover:before {
    content: "";
    position: absolute;
    left: -2px;
    height: 64px;
    width: 2px;
    background: #f6ab00
}

.blue-header .content nav a:last-child:after {
    background: none
}

.blue-header .content .search {
    display: inline-block;
    position: absolute;
    right: 240px;
    top: 12px
}

.blue-header .content .search input[name="keyword"] {
    width: 240px;
    height: 42px;
    border: none;
    background: url("/static/suobo/style/images/careertalk2018/search.png") 0 4px no-repeat;
    background-size: 240px 36px;
    font-size: 14px;
    line-height: 36px;
    padding-left: 18px;
    color: white;
    outline: none
}

.blue-header .content .search input[name="keyword"]::-webkit-input-placeholder {
    color: white
}

.header-menu .header-menu-fl .menu-href .search .fake-submit {
    width: 60px;
    height: 40px;
    margin-left: -40px;
    border: none;
    background: url("/static/suobo/style/images/careertalk2018/transparent.png") center center no-repeat;
    outline: none;
    z-index: 10
}

@media screen and (max-width: 1440px) {
    .blue-header .content .search .fake-submit {
        right: 100px
    }}

@media screen and (max-width: 1350px) {
    .blue-header .content .search .fake-submit {
        right: 40px
    }
}

.blue-header .tip {
    position: absolute;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    width: 221px;
    height: 100%;
    padding-left: 30px;
    overflow: hidden
}

.blue-header .tip:before {
    content: none
}

@media screen and (max-width: 1350px) {
    .blue-header .tip {
        visibility: hidden
    }
}

.blue-header .tip button {
    width: 74px;
    height: 28px;
    border: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer
}

.blue-header .tip button:first-child {
    background: #f6ab00;
    margin-right: 20px
}

.blue-header .tip button:last-child {
    background: transparent;
    border: 1px solid #fff
}

.blue-header .tip button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 26px
}

.blue-header .logout {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    color: white
}

.none-bg {
    background: none;
    border: none;
    height: 20px;
    line-height: 20px
}

.header-search {
    position: relative;
    display: inline-block;
    width: 272px;
    height: 38px;
    border: 1px solid #cdcdcd;
    border-radius: 30px;
    margin-top: 10px;
    outline: none;
    cursor: pointer
}

.header-search>* {
    border: 0;
    background: none
}

.header-search .header-search-btn {
    position: absolute;
    right: 0;
    width: 38px;
    height: 38px;
    background: url("/static/suobo/style/images/icon/search-blue.png") center center no-repeat;
    border-left: 1px solid #cdcdcd
}

.top-border{
    border-top: 4px solid #004098;
}

.fixed-box{position:fixed;top:260px;right:2px;width:70px;background:white;text-align:center;font-size:12px;z-index:100;}
.fixed-box.fixed{display:block}
.fixed-box .em{font-weight:bold}
.fixed-box img{width:70px}
.fixed-box>div{padding:5px 0;border-bottom:1px solid #f5f5f5}
.fixed-box>div:last-child{border-bottom:none}
.fixed-box>div.fix_feedback{color:#828282;cursor:pointer}
.fixed-box>div.to-top{color:#828282;cursor:pointer}
.fixed-box>div.to-top:before{content:"";display:block;text-align:center;margin:0 auto 6px auto;width:0;padding:0;border-style:none  solid solid solid;border-width:10px;border-color:transparent  transparent #828282 transparent}

.fix_user>p {
    background:url("/static/suobo/style/images/fix_user.png")  center center no-repeat;
    background-size: 25px 25px;
    height:40px;
}
.fix_user:hover>p {
    background:url("/static/suobo/style/images/fix_user_hover.png")  center center no-repeat;
    background-size: 25px 25px;
    height:40px;
}

.fix_wx>p {
    background:url("/static/suobo/style/images/fix_wx.png")  center center no-repeat;
    background-size: 25px 25px;
    height:40px;
}
.fix_wx:hover>p {
    background:url("/static/suobo/style/images/fix_wx_hover.png")  center center no-repeat;
    background-size: 25px 25px;
    height:40px;
}

.fix_qrcode>p {
    background:url("/static/suobo/style/images/fix_qrcode.png")  center center no-repeat;
    background-size: 25px 25px;
    height:40px;
}
.fix_qrcode:hover>p {
    background:url("/static/suobo/style/images/fix_qrcode_hover.png")  center center no-repeat;
    background-size: 25px 25px;
    height:40px;
}

.fix_phone>p {
    background:url("/static/suobo/style/images/fix_phone.png")  center center no-repeat;
    background-size: 25px 25px;
    height:40px;
}

.fix_phone:hover>p {
    background:url("/static/suobo/style/images/fix_phone_hover.png")  center center no-repeat;
    background-size: 25px 25px;
    height:40px;
}
.fix_user>span,.fix_qrcode>span,.fix_wx>span {
    position:absolute;
    left:-180px;
    margin-top: -50px;
    display: none;
}
.fix_phone>span {
    position:absolute;
    left:-180px;
    margin-top: -10px;
    display: none;
}

.fix_user:hover>span,.fix_phone:hover>span,.fix_qrcode:hover>span,.fix_wx:hover>span  {
    display: block;
}


.fix_feedback>p {
    background:url("/static/suobo/style/images/fix_feedback.png")  center center no-repeat;
    background-size: 25px 25px;
    height:40px;
}
.fix_feedback:hover>p {
    background:url("/static/suobo/style/images/fix_feedback_hover.png")  center center no-repeat;
    background-size: 25px 25px;
    height:40px;
}

.to-index-top:before {
    content: "";
    display: block;
    text-align: center;
    margin: 0 auto 6px auto;
    width: 0;
    padding: 0;
    border-style: none solid solid solid;
    border-width: 10px;
    border-color: transparent transparent #fff transparent!important;
}

.to-index-top {
    color: #fff;
    cursor: pointer;
}

.to-index-top {
    background-color:#004098;
}

.to-index-top:hover {
    background-color:#0050d2;
}

.phone-icon {
    background:url("/static/suobo/style/images/call-phone-small.png") left center no-repeat;
    text-align:right;
    width:110px;
    color:#0050d2;
}

.left_menu{
    position: fixed;
    left: 50%;
    margin-left: -700px;
    top: 260px;
    background-color:#fff;
    width:70px;
    border:1px solid #aaa;
    z-index:100;
    display: none;
}

.left_menu ul{
    width:60px;
    margin:0 auto;
}
.left_menu ul>li{
    width:58px;
    height:58px;
    border-bottom:1px dashed #ccc;
}
.left_menu ul>li:last-child{
    border-bottom: 0;
}
.left_menu ul>li>a{
    display:block;
    width:50px;
    height:50px;
    margin:6px;
    padding-left: 10px;
    letter-spacing: 2px;
    padding-top:6px;
    line-height:14pt;
}
.left_menu ul>li .current{
    background-color:#0050d2;
    color:#fff;
}
.left_menu ul>li>a:hover{
    background-color:#0050d2;
    color:#fff;
}

.left_menu ul>li .last-child-a{
    padding:15px 2px;
    letter-spacing: 1px;
}

.fired{
    background: url("/static/suobo/style/images/fired.png") center center no-repeat;
    background-size:15px;
}
.shuaxuanhui_container li{
    float:left;
    width:255px;
    border:1px solid #999;
    margin-left:10px;
    margin-bottom:10px;
    padding:2px;
    margin-right:25px;
    position:relative;
    overflow: hidden;
}
.shuaxuanhui_container li:hover{
    box-shadow: 1px 1px 8px 1px #aaa;
}

.shuaxuanhui_container .address {
    position: absolute;
    top: 8px;
    right: -105px;
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #bd262b;
    text-align: center;
    height: 28px;
    display: block;
    width: 100%;
}

.shuaxuanhui_container li img{
    width:250px;
    heigth:153px
}
.shuaxuanhui_container .con_info{
    width:251px;
    padding: 10px;
    text-align:left;
}
.shuaxuanhui_container .conf_title{
    line-height: 20px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
}
/*.shuaxuanhui_container .conf_title::after{*/
/*    content: "...";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    padding-left: 40px;*/
/*    background: -webkit-linear-gradient(left, transparent, #fff 55%);*/
/*    background: -o-linear-gradient(right, transparent, #fff 55%);*/
/*    background: -moz-linear-gradient(right, transparent, #fff 55%);*/
/*    background: linear-gradient(to right, transparent, #fff 55%);*/
/*}*/

.shuaxuanhui_container .conf_button{
    padding-top:10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shuaxuanhui_container .con_info span{
    font-size:12px;
}

.conf_button .conf_btn {
    width: 70px;
    font-size: 12px;
    height: 25px;
    line-height: 23px;
    color: #0050d2;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    border:1px solid #0050d2;
    cursor: pointer;
}

.conf_button .conf_btn:hover {
    background: #0050d2;
    color:#fff;
}
.company-span {
    margin-right: 12px;
    width:200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.color-gray {
    color:#999;
}

.rollBox{width:1200px;overflow:hidden;margin:0 auto;background:#fff;border:1px solid #cdcdcd;}
.rollBox .Cont{overflow:hidden;padding: 5px 5px 0;}
.rollBox .Cont .slideBox{display: flex;justify-content: space-between;align-items: center;}
.slideBox .prev, .slideBox .next{
    width: 46px;
    padding: 0 7px;
    flex-shrink: 0;
}
.slideBox .slideDiv{
    width: 100%;
}

.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:240px;float:left;text-align:center;margin:0 5px;}
.rollBox .Cont .pic img{padding:4px;background:#fff;border:1px solid #ccc;display:block;}
.rollBox .Cont .pic p{line-height:26px;color:#505050;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.rollBox #List1,.rollBox #List2{float:left;}
.rollBox .left-con{
    width: 70px;
    height: 105px;
    background: #004098;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: center;
    padding-top: 12px;
    float:left;
}
.rollBox .left-icon,.rollBox .right-icon {
    float:left;
    width:50px;
    padding-top:39px;
    padding-left:10px;
}
.rollBox button{
    border: 1px solid #004098;
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 20px;
    color: #004098;
}
#pageBtnContainer,#pageBtnContainer1,#pageBtnContainer2 {
    margin-top:20px;
    text-align: center;
    margin-bottom:20px;
}

.common-header .menu-fix {
    position: fixed;
    z-index: 999;
    width: 100%;
}

.option.bdsharebuttonbox{
    position:absolute;
    bottom:30px;
    right:40px;
}
.option.bdsharebuttonbox .soucang_btn{
    background:url("/static/suobo/style/images/icon/shoucang.png") no-repeat center center;
    overflow: visible;
}
.option.bdsharebuttonbox .soucang_btn:after{
    content: "收藏";
    position: relative;
    display: inline-block;
    left: 24px;
    top: 5px;
    font-size: 14px;
}
.option.bdsharebuttonbox .share_btn{
    background:url("/static/suobo/style/images/icon/share.png") no-repeat center center;
    overflow: visible;
}
.option.bdsharebuttonbox .share_btn:after{
    content: "分享";
    position: relative;
    display: inline-block;
    left: 24px;
    top: 5px;
    font-size: 14px;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.selBox .list{
    width: auto!important;
}